.company_profile_wrap {
  margin-bottom: 128px;
}
.company_profile_wrap::after {
  content: "";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}
.company_profile_wrap .know_detail a {
  color: #fff;
  text-align: center;
  width: 180px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #e62f17;
  display: block;
}
.company_profile_wrap .know_detail a:hover {
  background: #ef5e4b;
}
.company_profile_wrap .know_detail img {
  margin-left: 10px;
  margin-top: -3px;
}
.company_profile_wrap .company_profile_article {
  float: left;
  color: #666;
  padding: 50px 60px 20px 0;
  width: calc(100% - 480px);
  text-indent: 40px;
  line-height: 32px;
  font-size: 17px;
}

.company_profile_pic_scroll{
  width: 480px;
  position:relative;
  float: right;
}
.company_profile_pic_scroll .np{
  width: 100px;
  height: 50px;
  border-radius: 8px;
  overflow:hidden;
  position: absolute;
  top: -220px;
  right: 0;
}
.company_profile_pic_scroll .hd .prev {
  background: #fff;
}
.company_profile_pic_scroll .hd .next {
  background: #e62f17;
}
.company_profile_pic_scroll .hd img {
  margin-top: 15px;
}
.company_profile_pic_scroll .hd .prev,
.company_profile_pic_scroll .hd .next{
  display:block;
  width:50%;
  height:100%;
  float:right;
  overflow:hidden;
  cursor:pointer;
  text-align: center;
}
.company_profile_pic_scroll .hd .next{
  background-position:0 -50px; 
}
.company_profile_pic_scroll .hd .prevStop {
  background-position: -60px 0;
}

.company_profile_pic_scroll .hd .nextStop {
  background-position: -60px -50px;
}

.company_profile_pic_scroll .hd.point {
  position: absolute;
  width: inherit;
  z-index: 10;
  bottom: -28px;
}

.company_profile_pic_scroll .hd ul {
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -46px;
}

.company_profile_pic_scroll .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  transition: .5s all;
}

.company_profile_pic_scroll .hd ul li.on {
  width: 36px;
  background: #e62f17;
  background-position: 0 0;
}
.company_profile_pic_scroll .bd_wrap {
  /*float: right;*/
}
.company_profile_pic_scroll .bd {
  /*overflow: hidden;*/
  /*margin-left: -285px;*/
}

.company_profile_pic_scroll .bd ul {
  overflow: hidden;
  zoom: 1;
}

.company_profile_pic_scroll .bd ul li {
  float: left;
  _display: inline;
  /*overflow: hidden;*/
  text-align: center;
  /*margin-right: 50px;*/
  position: relative;
}

.company_profile_pic_scroll .bd ul li .pic {
  text-align: center;
}

.company_profile_pic_scroll .bd ul li .pic img {
  width: 480px;
  height: 270px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.company_profile_pic_scroll .bd ul li .title {
  position: absolute;
  z-index: 100000;
  background-repeat: no-repeat;
}
.company_profile_pic_scroll .bd ul li .title a {
  color: #fff;
  font-size: 20px;
}
.company_profile_pic_scroll .bd ul li.l1 .title {
  width: 155px;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 40px;
  background-image: url("/images/lymg_extranet/badge_bg2.png");
}
.company_profile_pic_scroll .bd ul li.l2 .title {
  width: 155px;
  height: 40px;
  line-height: 40px;
  left: 0;
  bottom: 30px;
  background-image: url("/images/lymg_extranet/badge_bg2.png");
}
.company_profile_pic_scroll .bd ul li.l3 .title {
  width: 40px;
  height: 155px;
  line-height: 26px;
  padding: 10px;
  top: 0;
  left: 30px;
  background-image: url("/images/lymg_extranet/badge_bg3.png");
}
.company_profile_pic_scroll .bd ul li.l4 .title {
  width: 155px;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 40px;
  background-image: url("/images/lymg_extranet/badge_bg1.png");
}


@media screen and (max-width: 640px){
  .company_profile_wrap {
    margin-bottom: 48px;
  }
  .company_profile_pic_scroll {
    display: none;
  }
  .company_profile_pic_scroll .hd.point,
  .company_profile_pic_scroll .hd.np {
    display: none;
  }
  .company_profile_wrap .company_profile_article {
    width: 100%;
    padding: 20px 0 10px;
  }
}
